home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Serious Software / Cherwell Scientific Demos / pro Fit / pro Fit 5.0 demo (68k).sea / pro Fit 5.0.1 demo (68k).rsrc / STR#_1007.txt < prev    next >
Text File  |  1996-09-30  |  6KB  |  205 lines

  1. Selects all rows between top and bottom if b=true, deselects them if b=false. If there are selected rows outside top/bottom, they remain selected.
  2.  
  3. Removes the current selection and selects all cells within the given rectangle. Call with all arguments set to 0 to deselect all cells.
  4.  
  5. Returns true if the given row is part of the current selection.
  6.  
  7. Returns true if the given cell is part of the current selection.
  8.  
  9. The number of the last selected row in the current selection.
  10.  
  11. The number of the first selected row in the current selection.
  12.  
  13. The number of the last selected column in the current selection.
  14.  
  15. The number of the first selected column in the current selection.
  16.  
  17. Sets the number of rows and columns in the current data window. Use 0 for the value of a parameter if you only want to modify the other one.
  18.  
  19. The total number of columns in the current data window.
  20.  
  21. The total number of rows in the current data window.
  22.  
  23. Stops the execution of the whole function/program.
  24.  
  25. Jumps to the beginning of the next loop cycle.
  26.  
  27. Terminates the current loop statement.
  28.  
  29. Terminates the current function or procedure.
  30.  
  31. An invalid number.
  32.  
  33. Infinite (positive). 1/INF=0.
  34.  
  35. The complementary error function.
  36. erfc(x) = 1 - erf(x)
  37.  
  38. The error function, defined as the integral over exp(-x*x) and normalized to erf(-inf)=-1, erf(inf)=1.
  39.  
  40. Returns the confidence interval of a parameter as calculated by the error analysis of the last fit.
  41. min,max=ranges of the confidence interval.
  42. i=parameter index.
  43.  
  44. Sets options for the error analysis performed by the next call to 'Fit'.
  45. conf=confidence interval in %.
  46. iter=number of iterations.
  47. Set conf and iter to 0 to disable error analysis.
  48.  
  49. Sets options for the next call to 'Fit'.
  50. algo=algorithm, 1..3.
  51. yD,xD=error distributions (1=Gauss, 2=Exp, 3=Lorentz, 4=AndrewSine, 5=TukeyBiweight).
  52. ‚àÜxC,‚àÜxVal: x-errors. See 'Fit'.
  53. stop: >0: max # iterations; =0: no limit; <0: max fit time in seconds.
  54.  
  55. Fits the function 'func' to the data in the x-, y- and ‚àÜy- columns.
  56.  Set sel=true to use only selected rows.
  57. ‚àÜyC=y-error column. Set ‚àÜyC=0 to specify errors using ‚àÜyVal:
  58. ‚àÜyVal=0: no errors.
  59. ‚àÜyVal>0: a constant value.
  60. ‚àÜyVal<0: a % value (-100..-0).
  61.  
  62. The mean deviation obtained in the last fit.
  63.  
  64.  
  65. Draws a data point at the given coordinate (x,y) in the current graph.
  66. ‚àÜx1,‚àÜy1,‚àÜx2,‚àÜy2 are used to set the error bar lengths according to the value of the parameter 'err' passed to 'OpenDataSet'.
  67.  
  68. Starts the definition of a new data set.
  69. err=error bar kind (sum of noErrorBars, errorBarsY, errorBarsX, asymErrorBarsY, asymErrorBarsX).
  70. Set connect=true to draw lines between the data points.
  71. The text passed as the last parameter is used in the legend.
  72.  
  73. The full covariance matrix obtained in the last Levenberg-Marquard fit.
  74. Returns an invalid number if the given element of the matrix is not defined.
  75.  
  76. The standard deviations of the parameters used in the last Levenberg-Marquard fit.
  77. Returns an invalid number if the standard deviation is not available.
  78.  
  79. The parameter values obtained in the last fit.
  80.  
  81.  
  82. The total number of parameters belonging to the function used in the last fit.
  83. Returns 0 if the last fit was not successful.
  84.  
  85. Creates a new graph with the given ranges in the current drawing window.
  86. xSc,ySc=scaling of the axes, 0..3 (0=linear,1=log, 2=1/x, 3=probability).
  87.  
  88. Returns true if the argument is not a good (valid) number.
  89.  
  90. Returns the ranges of the main coordinate axes of the current graph.
  91.  
  92. Variable declaration.
  93.  
  94. Constant declaration with some useful constants.
  95.  
  96. Declaration of the default values, fitting modes, names, and fitting limits of the parameters.
  97.  
  98. Declaration of the number of parameters that will be used in your function (optional).
  99.  
  100. Declaration of the description strings.
  101. The description strings declared in a function definition are displayed in the Parameters window.
  102.  
  103. Body of a generic function.
  104.  
  105. Body of a generic procedure.
  106.  
  107. Declaration of the predefined function 'Check'.
  108.  
  109. Declaration of the predefined procedure 'Derivatives'.
  110.  
  111. Declaration of the predefined procedure 'First'.
  112.  
  113. A very simple program.
  114.  
  115. A complete program with all the principal syntax elements.
  116.  
  117. A very simple function.
  118.  
  119. A complete function with all the principal syntax elements.
  120.  
  121. Sets the default columns of the current data window to the given column numbers.
  122.  
  123. The default ‚àÜy-column of the current data window
  124.  
  125. The default ‚àÜx-column of the current data window
  126.  
  127. The default y-column of the current data window
  128.  
  129. The default x-column of the current data window
  130.  
  131. Returns true if the given column is empty.
  132.  
  133. Sets the width of a column to the given number of pixels.
  134.  
  135. Returns the type of a column (textColumn, floatColumn, doubleColumn)
  136.  
  137. Sets the type of a column.
  138. type=(textColumn, floatColumn, doubleColumn).
  139.  
  140.  
  141. Sets the title of a column.
  142.  
  143. Sets the text in the given cell. If the given cell is in a numeric column, SetCell attempts to convert the text in its third parameter into a number.
  144.  
  145. Returns true if a data cell contains valid numeric data. Returns false if it contains text or if it is empty.
  146.  
  147. Clears the given data cell.
  148.  
  149. A matrix array containing the values in the current data window. You can read or set the value of the data cell in row i and column j by using data[i,j].
  150.  
  151. Conditional statement.
  152.  
  153. Loop statement.
  154.  
  155. One of the types of a variable.
  156.  
  157. Predefined variable of function 'Check'.
  158. Check is called when a parameter value is changed in the parameter window, and pNumber contains the number of the parameter that was changed.
  159.  
  160. Return value for the predefined function 'Check'.
  161. Set Check=ok to indicate that the new value of the parameter number 'pNumber' is to be accepted.
  162.  
  163. Parameter fitting mode.
  164. Set mode[i]=active to indicate that parameter i must be fitted.
  165.  
  166. Independent variable of a user defined function:
  167. y = f(x) is the function value at x.
  168.  
  169. Comparison operator.
  170.  
  171. Inverse hyperbolic function.
  172.  
  173. Hyperbolic function.
  174.  
  175. Inverse trigono-
  176. metric function.
  177.  
  178. Trigono-
  179. metric function.
  180.  
  181. Base 10 logarithm.
  182. log(100)=2.
  183.  
  184. Natural logarithm (base e=exp(1) =2.7182818...).
  185.  
  186. The ratio between the circumference of a circle and its diameter.
  187. œÄ = 3.1415926535897932‚Ķ
  188.  
  189. Logical constant. true=1.
  190.  
  191. The absolute value.
  192. Abs(-1.2)=1.2
  193.  
  194. Calculates the square of its argument.
  195. sqr(r)=r^2=r**2=r*r.
  196. Use Sqr(r) instead of r^2. The Sqr function is faster.
  197.  
  198. Logical operator.
  199.  
  200. Power operator. You can also use '**' instead of '^'.
  201. x^y=x**y
  202.  
  203. Basic algebraic operator.
  204.  
  205.